FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ishmed.i14y.r4#2.0.0 (46 ms)

Package ishmed.i14y.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ishmed.i14y.r4@2.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/Patient_Core_1
Url http://fhir.ishmed.com/R4/StructureDefinition/Patient_Core_1
Version 1.0.1
Status active
Date 2022-07-29
Name Patient_Core_1
Experimental False
Description A Patient profile is used for the patient.
Copyright Copyright © 2022, Oracle and/or its affiliates. All rights reserved.
Type Patient
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.ishmed.com/R4/StructureDefinition/Encounter_Core_Department_1 Encounter_Core_Department_1
http://fhir.ishmed.com/R4/StructureDefinition/Encounter_Core_Facility_1 Encounter_Core_Facility_1

Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

A Patient profile is used for the patient.


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "23f68b15-b136-4dfd-8a99-4a171c76acff",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-08-11T11:14:31.3338244+00:00"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>A Patient profile is used for the patient.</p></div>"
  },
  "url" : "http://fhir.ishmed.com/R4/StructureDefinition/Patient_Core_1",
  "version" : "1.0.1",
  "name" : "Patient_Core_1",
  "status" : "active",
  "date" : "2022-07-29",
  "publisher" : "Oracle Cerner",
  "description" : "A Patient profile is used for the patient.",
  "copyright" : "Copyright © 2022, Oracle and/or its affiliates. All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "loinc",
      "uri" : "http://loinc.org",
      "name" : "LOINC code for the element"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Patient",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Patient.identifier",
        "path" : "Patient.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "type.coding.system"
            },
            {
              "type" : "value",
              "path" : "type.coding.code"
            }
          ],
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:MRN",
        "path" : "Patient.identifier",
        "sliceName" : "MRN",
        "definition" : "The patient’s medical record number (MRN).",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:MRN.type.coding.system",
        "path" : "Patient.identifier.type.coding.system",
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "id" : "Patient.identifier:MRN.type.coding.code",
        "path" : "Patient.identifier.type.coding.code",
        "fixedCode" : "MR"
      },
      {
        "id" : "Patient.identifier:MRN.assigner",
        "path" : "Patient.identifier.assigner",
        "mustSupport" : true
      },
      {
        "id" : "Patient.identifier:PassportNumber",
        "path" : "Patient.identifier",
        "sliceName" : "PassportNumber",
        "definition" : "The patient's passport number."
      },
      {
        "id" : "Patient.identifier:PassportNumber.type.coding.system",
        "path" : "Patient.identifier.type.coding.system",
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203"
      },
      {
        "id" : "Patient.identifier:PassportNumber.type.coding.code",
        "path" : "Patient.identifier.type.coding.code",
        "fixedCode" : "PPN"
      },
      {
        "id" : "Patient.active",
        "path" : "Patient.active",
        "mustSupport" : true
      },
      {
        "id" : "Patient.name",
        "path" : "Patient.name",
        "mustSupport" : true
      },
      {
        "id" : "Patient.gender",
        "path" : "Patient.gender",
        "mustSupport" : true
      },
      {
        "id" : "Patient.birthDate",
        "path" : "Patient.birthDate",
        "mustSupport" : true
      },
      {
        "id" : "Patient.birthDate.extension",
        "path" : "Patient.birthDate.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Patient.birthDate.extension:birthDate-dataAbsentReason",
        "path" : "Patient.birthDate.extension",
        "sliceName" : "birthDate-dataAbsentReason",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
            ]
          }
        ]
      },
      {
        "id" : "Patient.deceased[x]",
        "path" : "Patient.deceased[x]",
        "mustSupport" : true
      },
      {
        "id" : "Patient.address.extension",
        "path" : "Patient.address.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Patient.address.extension:iso21090-ADXP-precinct",
        "path" : "Patient.address.extension",
        "sliceName" : "iso21090-ADXP-precinct",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct"
            ]
          }
        ]
      },
      {
        "id" : "Patient.address.line.extension",
        "path" : "Patient.address.line.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Patient.address.line.extension:iso21090-ADXP-streetAddressLine",
        "path" : "Patient.address.line.extension",
        "sliceName" : "iso21090-ADXP-streetAddressLine",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine"
            ]
          }
        ]
      },
      {
        "id" : "Patient.address.line.extension:iso21090-ADXP-houseNumber",
        "path" : "Patient.address.line.extension",
        "sliceName" : "iso21090-ADXP-houseNumber",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"
            ]
          }
        ]
      },
      {
        "id" : "Patient.address.line.extension:iso21090-ADXP-additionalLocator",
        "path" : "Patient.address.line.extension",
        "sliceName" : "iso21090-ADXP-additionalLocator",
        "min" : 0,
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"
            ]
          }
        ]
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.